home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / CMPLIB32.CCL / RCDATA / TGRIDCOLEDITOR / TGRIDCOLEDITOR.txt
Text File  |  1997-02-13  |  10KB  |  425 lines

  1. object GridColEditor: TGridColEditor
  2.   Left = 241
  3.   Top = 164
  4.   ActiveControl = ColumnList
  5.   BorderStyle = bsDialog
  6.   Caption = 'DBGrid Columns Editor'
  7.   ClientHeight = 311
  8.   ClientWidth = 416
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object HelpButton: TButton
  19.     Left = 334
  20.     Top = 280
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Help'
  24.     TabOrder = 5
  25.     OnClick = HelpButtonClick
  26.   end
  27.   object ApplyButton: TButton
  28.     Left = 254
  29.     Top = 280
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Apply'
  33.     Enabled = False
  34.     TabOrder = 4
  35.     OnClick = ApplyButtonClick
  36.   end
  37.   object CancelButton: TButton
  38.     Left = 174
  39.     Top = 280
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 3
  46.   end
  47.   object OkButton: TButton
  48.     Left = 94
  49.     Top = 280
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.     OnClick = OkButtonClick
  57.   end
  58.   object GB: TGroupBox
  59.     Left = 8
  60.     Top = 4
  61.     Width = 137
  62.     Height = 261
  63.     Caption = 'Co&lumns'
  64.     TabOrder = 0
  65.     object ColumnList: TListBox
  66.       Left = 8
  67.       Top = 16
  68.       Width = 121
  69.       Height = 145
  70.       ItemHeight = 13
  71.       PopupMenu = PM
  72.       TabOrder = 0
  73.       OnClick = ColumnListClick
  74.       OnDragDrop = ColumnListDragDrop
  75.       OnDragOver = ColumnListDragOver
  76.       OnMouseDown = ColumnListMouseDown
  77.     end
  78.     object NewButton: TButton
  79.       Left = 8
  80.       Top = 172
  81.       Width = 57
  82.       Height = 25
  83.       Caption = '&New'
  84.       TabOrder = 1
  85.       OnClick = NewButtonClick
  86.     end
  87.     object DeleteButton: TButton
  88.       Left = 72
  89.       Top = 172
  90.       Width = 57
  91.       Height = 25
  92.       Caption = '&Delete'
  93.       TabOrder = 2
  94.       OnClick = DeleteButtonClick
  95.     end
  96.     object AddAllFields: TButton
  97.       Left = 8
  98.       Top = 200
  99.       Width = 121
  100.       Height = 25
  101.       Caption = 'Add All Fields'
  102.       TabOrder = 3
  103.       OnClick = AddAllFieldsClick
  104.     end
  105.     object DeleteAll: TButton
  106.       Left = 8
  107.       Top = 228
  108.       Width = 121
  109.       Height = 25
  110.       Caption = 'Delete All Columns'
  111.       TabOrder = 4
  112.       OnClick = DeleteAllClick
  113.     end
  114.   end
  115.   object PageControl1: TPageControl
  116.     Left = 152
  117.     Top = 8
  118.     Width = 257
  119.     Height = 257
  120.     ActivePage = ts1
  121.     TabOrder = 1
  122.     object ts1: TTabSheet
  123.       Caption = 'Column Properties'
  124.       object Label1: TLabel
  125.         Left = 12
  126.         Top = 113
  127.         Width = 53
  128.         Height = 13
  129.         Caption = '&FieldName:'
  130.         FocusControl = ColFieldName
  131.       end
  132.       object TLabel
  133.         Left = 12
  134.         Top = 165
  135.         Width = 31
  136.         Height = 13
  137.         Caption = '&Width:'
  138.         FocusControl = ColWidth
  139.         Font.Color = clWindowText
  140.         Font.Height = -11
  141.         Font.Name = 'MS Sans Serif'
  142.         Font.Style = []
  143.         ParentFont = False
  144.       end
  145.       object TLabel
  146.         Left = 12
  147.         Top = 9
  148.         Width = 49
  149.         Height = 13
  150.         Caption = '&Alignment:'
  151.         FocusControl = ColAlignment
  152.       end
  153.       object TLabel
  154.         Left = 12
  155.         Top = 59
  156.         Width = 27
  157.         Height = 13
  158.         Caption = '&Color:'
  159.         FocusControl = ColColor
  160.       end
  161.       object TLabel
  162.         Left = 12
  163.         Top = 33
  164.         Width = 57
  165.         Height = 13
  166.         Caption = '&ButtonStyle:'
  167.         FocusControl = ColButtonStyle
  168.       end
  169.       object TLabel
  170.         Left = 12
  171.         Top = 86
  172.         Width = 81
  173.         Height = 13
  174.         Caption = 'DropDownRo&ws:'
  175.         FocusControl = ColDropDownRows
  176.       end
  177.       object TLabel
  178.         Left = 12
  179.         Top = 140
  180.         Width = 50
  181.         Height = 13
  182.         Caption = '&ReadOnly:'
  183.         FocusControl = ColReadOnly
  184.       end
  185.       object ColFieldName: TComboBox
  186.         Left = 104
  187.         Top = 110
  188.         Width = 137
  189.         Height = 21
  190.         ItemHeight = 13
  191.         TabOrder = 4
  192.         OnChange = EditChange
  193.         OnClick = NonTaggedControlClick
  194.         OnDropDown = ColFieldNameDropDown
  195.         OnExit = ControlExit
  196.       end
  197.       object ColWidth: TEdit
  198.         Left = 104
  199.         Top = 162
  200.         Width = 137
  201.         Height = 21
  202.         TabOrder = 6
  203.         OnChange = TaggedControlChanged
  204.         OnExit = ControlExit
  205.         OnKeyDown = TaggedControlKeyDown
  206.       end
  207.       object ColAlignment: TComboBox
  208.         Left = 104
  209.         Top = 6
  210.         Width = 137
  211.         Height = 21
  212.         Style = csDropDownList
  213.         ItemHeight = 13
  214.         Items.Strings = (
  215.           'taLeftJustify'
  216.           'taRightJustify'
  217.           'taCenter')
  218.         TabOrder = 0
  219.         OnChange = TaggedControlChanged
  220.         OnClick = ComboClick
  221.         OnExit = ControlExit
  222.         OnKeyDown = TaggedControlKeyDown
  223.       end
  224.       object ColColor: TComboBox
  225.         Left = 104
  226.         Top = 58
  227.         Width = 137
  228.         Height = 21
  229.         ItemHeight = 13
  230.         TabOrder = 2
  231.         OnChange = TaggedControlChanged
  232.         OnClick = ComboClick
  233.         OnDblClick = ColorDblClick
  234.         OnDropDown = ColorDropDown
  235.         OnExit = ControlExit
  236.         OnKeyDown = TaggedControlKeyDown
  237.       end
  238.       object ColButtonStyle: TComboBox
  239.         Left = 104
  240.         Top = 32
  241.         Width = 137
  242.         Height = 21
  243.         Style = csDropDownList
  244.         ItemHeight = 13
  245.         Items.Strings = (
  246.           'cbsAuto'
  247.           'cbsEllipsis'
  248.           'cbsNone')
  249.         TabOrder = 1
  250.         OnChange = EditChange
  251.         OnClick = NonTaggedControlClick
  252.         OnExit = ControlExit
  253.       end
  254.       object ColDropDownRows: TEdit
  255.         Left = 104
  256.         Top = 84
  257.         Width = 137
  258.         Height = 21
  259.         TabOrder = 3
  260.         OnChange = EditChange
  261.         OnExit = ControlExit
  262.       end
  263.       object ColReadOnly: TComboBox
  264.         Left = 104
  265.         Top = 136
  266.         Width = 137
  267.         Height = 21
  268.         Style = csDropDownList
  269.         ItemHeight = 13
  270.         Items.Strings = (
  271.           'False'
  272.           'True')
  273.         TabOrder = 5
  274.         OnChange = TaggedControlChanged
  275.         OnClick = ComboClick
  276.         OnExit = ControlExit
  277.         OnKeyDown = TaggedControlKeyDown
  278.       end
  279.       object ColFont: TButton
  280.         Left = 4
  281.         Top = 200
  282.         Width = 61
  283.         Height = 25
  284.         Caption = 'F&ont...'
  285.         TabOrder = 7
  286.         OnClick = ColFontClick
  287.       end
  288.       object ColPickList: TButton
  289.         Left = 74
  290.         Top = 200
  291.         Width = 63
  292.         Height = 25
  293.         Caption = '&PickList...'
  294.         TabOrder = 8
  295.         OnClick = ColPickListClick
  296.       end
  297.       object RestoreDefaults: TButton
  298.         Left = 144
  299.         Top = 200
  300.         Width = 99
  301.         Height = 25
  302.         Caption = 'Re&store Defaults'
  303.         TabOrder = 9
  304.         OnClick = RestoreDefaultsClick
  305.       end
  306.     end
  307.     object TTabSheet
  308.       Caption = 'Title Properties'
  309.       object TLabel
  310.         Left = 8
  311.         Top = 12
  312.         Width = 49
  313.         Height = 13
  314.         Caption = '&Alignment:'
  315.         FocusControl = TitleAlignment
  316.       end
  317.       object TLabel
  318.         Left = 8
  319.         Top = 38
  320.         Width = 39
  321.         Height = 13
  322.         Caption = 'Ca&ption:'
  323.         FocusControl = TitleCaption
  324.       end
  325.       object TLabel
  326.         Left = 8
  327.         Top = 64
  328.         Width = 27
  329.         Height = 13
  330.         Caption = '&Color:'
  331.         FocusControl = TitleColor
  332.       end
  333.       object TitleAlignment: TComboBox
  334.         Left = 104
  335.         Top = 8
  336.         Width = 137
  337.         Height = 21
  338.         Style = csDropDownList
  339.         ItemHeight = 13
  340.         Items.Strings = (
  341.           'taLeftJustify'
  342.           'taRightJustify'
  343.           'taCenter')
  344.         TabOrder = 0
  345.         OnChange = TaggedControlChanged
  346.         OnClick = ComboClick
  347.         OnExit = ControlExit
  348.         OnKeyDown = TaggedControlKeyDown
  349.       end
  350.       object TitleCaption: TEdit
  351.         Left = 104
  352.         Top = 34
  353.         Width = 137
  354.         Height = 21
  355.         TabOrder = 1
  356.         OnChange = TaggedControlChanged
  357.         OnExit = ControlExit
  358.         OnKeyDown = TaggedControlKeyDown
  359.       end
  360.       object TitleColor: TComboBox
  361.         Left = 104
  362.         Top = 60
  363.